projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a454f
)
add comp-test-silly-frame2 to test funcs
author
Andrea Corallo
<akrl@sdf.org>
Sat, 5 Oct 2019 14:05:37 +0000
(16:05 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:56 +0000
(11:37 +0100)
test/src/comp-test-funcs.el
patch
|
blob
|
history
diff --git
a/test/src/comp-test-funcs.el
b/test/src/comp-test-funcs.el
index 3d8d3437bda1dd84340f7a7b6ac74f538addc565..540170ea966ae94ae76359dab5f00c7cc12d048f 100644
(file)
--- a/
test/src/comp-test-funcs.el
+++ b/
test/src/comp-test-funcs.el
@@
-340,8
+340,8
@@
;; Non tested functions that proved just to be difficult to compile.
-(defun comp-test-callee (_ _) t)
-(defun comp-test-silly-frame (x)
+(defun comp-test-callee (_ _
_
) t)
+(defun comp-test-silly-frame
1
(x)
(cl-case x
(0 (comp-test-callee
(pcase comp-tests-var1
@@
-349,4
+349,10
@@
(2 2))
3))))
+(defun comp-test-silly-frame2 (token)
+ (while c
+ (cl-case c
+ (?< 1)
+ (?> 2))))
+
;;; comp-test-funcs.el ends here